.appveyor.yml
.git_archival.txt
.gitattributes
.gitignore
.markdownlint.json
CHANGELOG.rst
CODE_OF_CONDUCT.rst
LICENSE
MANIFEST.in
Makefile
README.rst
codecov.yaml
dev-requirements.txt
lint.mk
pyproject.toml
readthedocs.yaml
requirements.txt
setup-requirements.txt
setup.cfg
setup.py
spelling_private_dict.txt
.github/dependabot.yml
.github/workflows/ci.yml
admin/__init__.py
admin/release.py
admin/release.sh
docs/Makefile
docs/source/api-reference.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/exceptions.rst
docs/source/index.rst
docs/source/release-process.rst
src/VWS_Python.egg-info/PKG-INFO
src/VWS_Python.egg-info/SOURCES.txt
src/VWS_Python.egg-info/dependency_links.txt
src/VWS_Python.egg-info/not-zip-safe
src/VWS_Python.egg-info/requires.txt
src/VWS_Python.egg-info/top_level.txt
src/vws/__init__.py
src/vws/_result_codes.py
src/vws/exceptions.py
src/vws/include_target_data.py
src/vws/py.typed
src/vws/query.py
src/vws/reports.py
src/vws/vws.py
tests/__init__.py
tests/conftest.py
tests/test_exceptions.py
tests/test_meta.py
tests/test_query.py
tests/test_vws.py